home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / colourin.swf / scripts / DefineButton2_258 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  119 b   |  6 lines

  1. on(release){
  2.    paint = new Color(brush.brushend);
  3.    paint.setRGB(parseInt(mustard,16));
  4.    brush_c = mustard;
  5. }
  6.